home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / pager.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.4 KB  |  94 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : PAGER
  3. -- VERSION           : 1.6
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : RCONN at SIMTEL20
  6. -- AUTHOR            : Richard Conn
  7. --                   : TI Ada Technology Branch
  8. --                   : PO Box 801, MS 8007
  9. --                   : McKinney, TX  75069
  10. -- COPYRIGHT         : (c) 1985 by Richard Conn
  11. -- DATE CREATED      : 8 Apr 85
  12. -- DATE RELEASED     : 8 Apr 85
  13. -- DATE LAST UPDATED : 30 Oct 85
  14. -- LOCATION          : C2MUG
  15. -- LOCATION          : ASR
  16. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  17. --= CLASSIFICATION       ===============================================--
  18. -- CATEGORY LEVEL 1  : TEXT MANIPULATION
  19. -- CATEGORY LEVEL 2  : FILE CONCATENATION
  20. -- CATEGORY LEVEL 3  : Pager and Pager2
  21. -- CATEGORY LEVEL 4  : 
  22. -- KEYWORD           : PAGED FILES
  23. -- KEYWORD           : LIBRARY
  24. -- KEYWORD           : REPOSITORY
  25. -- KEYWORD           : PAGER
  26. -- KEYWORD           : UNPAGE
  27. -- INDEX             : Paged Files
  28. -- INDEX             : Files, Paged
  29. -- INDEX             : PAGER
  30. -- INDEX             : PAGER2
  31. -- INDEX             : Text File Concatenation
  32. -- INDEX             : Concatenation, Text File
  33. -- TAXONOMY          : 
  34. -- DEPENDENCIES      : 
  35. -- SEE ALSO          : 
  36. --= FILE LISTING         ===============================================--
  37. -- FILE SPECS        : PD:<ADA.PAGER>PAGER*.*
  38. -- DIRECTORY DISPLAY :
  39. -- Directory   PD:<ADA.PAGER>
  40. --      File Name     Byte Count  Line Count
  41. --   ---------------  ----------  ----------
  42. --   PAGER.DOC             17470        1034
  43. --   PAGER.PRO              3835          75
  44. --   PAGER.SRC             86752        3236
  45. --   PAGER2.PRO             2934          58
  46. --   PAGER2.SRC            56028        1726
  47. --   ===============  ==========  ==========
  48. --     5 Files            167019        6129
  49. --= ABSTRACT             ===============================================--
  50. --         PAGER2 is a tool which creates, extracts from, lists, and
  51. -- scans paged files, where a paged file is a file composed of one or
  52. -- more files prefixed by banners.  PAGER2 is based in concept on the
  53. -- UNPAGE tool submitted to the Ada Repository on SIMTEL20 by Mitre
  54. -- Corporation.  PAGER is an early implementation of the concept, written
  55. -- in Ada; PAGER2 is a more current implementation of the concept,
  56. -- written in Ada and C.
  57. -- 
  58. --         Paged files are convenient mechanisms for storing related
  59. -- files.  They reduce cluttering in the directories and simplify the
  60. -- file transfer process (to and from the Ada Repository, for example) by
  61. -- requiring the user to transfer only one file in order to obtain all
  62. -- files pertinent to a particular project or tool.  Additionally, paged
  63. -- files are text files which can be handled more readily than the 8-bit
  64. -- binary images associated with other file grouping mechanisms.  Paged
  65. -- files may be manipulated by a text editor if necessary.
  66. -- 
  67. --= REVISION HISTORY     ===============================================--
  68. --
  69. -- DATE         VERSION AUTHOR                  HISTORY
  70. -- 4/8/1985       1.4   Richard Conn            Initial Release
  71. -- 5/6/1985       1.5   Richard Conn            Numeric Error Trap Added
  72. -- 10/30/1985      1.6    Richard Conn        LIST Command Added
  73. --= RELEASE NOTICE       ===============================================--
  74. -- This prologue must be included in all copies of this software.
  75. --
  76. -- This software is copyright by the author.
  77. --
  78. -- This software is released to the Ada community.
  79. -- This software is released to the Public Domain (note:
  80. --   software released to the Public Domain is not subject
  81. --   to copyright protection).
  82. -- Restrictions on use or distribution:  NONE
  83. --= DISCLAIMER           ===============================================--
  84. --     This software and its documentation are provided "AS IS" and
  85. -- without any expressed or implied warranties whatsoever.  No warranties
  86. -- as to performance, merchantability, or fitness for a particular
  87. -- purpose exist.
  88. --     The user is advised to test the software thoroughly before
  89. -- relying on it.  The user must assume the entire risk and liability of
  90. -- using this software.  In no event shall any person or organization of
  91. -- people be held responsible for any direct, indirect, consequential or
  92. -- inconsequential damages or lost profits.
  93. --======================================================================--
  94.